From 06a6a40a998484ae531d693cb1ce398b76173b17 Mon Sep 17 00:00:00 2001 From: xftroxgpx Date: Mon, 8 Jan 2018 04:03:16 +0100 Subject: [PATCH] doc: typo "worksapce" -> "workspace" occurs twice --- src/doc/src/reference/manifest.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/doc/src/reference/manifest.md b/src/doc/src/reference/manifest.md index 48372bb22..716d8acef 100644 --- a/src/doc/src/reference/manifest.md +++ b/src/doc/src/reference/manifest.md @@ -523,8 +523,8 @@ Most of the time workspaces will not need to be dealt with as `cargo new` and #### Virtual Manifest In workspace manifests, if the `package` table is present, the workspace root -crate will be treated as a normal package, as well as a worksapce. If the -`package` table is not present in a worksapce manifest, it is called a *virtual +crate will be treated as a normal package, as well as a workspace. If the +`package` table is not present in a workspace manifest, it is called a *virtual manifest*. When working with *virtual manifests*, package-related cargo commands, like -- 2.30.2